func runtime.fmin64

one use

	runtime (current package)
		minmax.go#L24: func fmin64(x, y float64) float64 { return fmin(x, y) }